EmailSettings

constructor(type: NavigationSpec.Email.Type = Type.Plain, to: List<String> = emptyList(), cc: List<String> = emptyList(), bcc: List<String> = emptyList(), subject: String? = null, body: String? = null, attachments: List<Uri> = emptyList())

Parameters

type

The Email.Type of formatting to be used

to

The list of recipent emails

cc

The list of cc emails

bcc

The list of bcc emails

subject

Optional subject of the email

body

Optional body of the email

attachments

List of Uri pointing to attachments to add